home *** CD-ROM | disk | FTP | other *** search
/ Spiceworld The Movie - Interactive CD-ROM / Spiceworld The Movie: Interactive CD-ROM.iso / pc / elements / spicetwo.dir / scripts_141.ls < prev    next >
Encoding:
Text File  |  1997-12-04  |  245 b   |  18 lines

  1. on prepareFrame
  2.   global LOOPFRAME, VIDVOLUME
  3.   if not (LOOPFRAME = the frameLabel) then
  4.     initialiseFrame()
  5.   end if
  6. end
  7.  
  8. on enterFrame
  9.   startTimer()
  10.   repeat while the timer < 120
  11.   end repeat
  12.   quit()
  13. end
  14.  
  15. on exitFrame
  16.   go(the frame)
  17. end
  18.